home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / fixdsz10.zip / FIXDSZLG.DOC < prev    next >
Text File  |  1992-12-12  |  4KB  |  122 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.       │
  21.       │
  22.       │  FixDSZLG - Fix DSZ Log File for Telegard BBS
  23.       │
  24.       │  Version 1.0
  25.       │
  26.       │  Release Date:  December 12, 1992
  27.       │
  28.       │  Copyright 1992 by Jack Lee.  All rights reserved.
  29.       │
  30.       │
  31.                      FIXDSZLG.EXE - Version 1.0
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.       DISCLAIMER
  45.  
  46.            The author will  NOT  be held liable for any direct, indirect,
  47.            incidental, or consequential damages resulting from the use of
  48.            this program.
  49.                                                                       
  50.            Your  use  of this program  constitutes your agreement to this
  51.            disclaimer.   Thus, you are releasing the author from any form
  52.            of liability or litigation.
  53.  
  54.  
  55.       FREEWARE
  56.  
  57.            Although  this  program is  provided to you at  no cost, it is
  58.            copyrighted  by  the  author.  You may distribute this package
  59.            freely as long as all of the files in the distribution archive
  60.            remain intact, without any modifications.
  61.  
  62.                      FIXDSZLG.EXE - Version 1.0
  63.  
  64.  
  65.                  FixDSZLG - Fix DSZ Log File for Telegard BBS
  66.  
  67.  
  68.           As a Telegard SysOp, you need FixDSZLG ...
  69.  
  70.                1.   if you ever saw this line in your SYSOP.LOG file:
  71.  
  72.                     'Batch downloaded unauthorized file? ""'
  73.  
  74.                2.   if  you  noticed that  some of  your users  could batch
  75.                     download certain files without being credited with file
  76.                     points
  77.  
  78.  
  79.           What's the problem?  How can FixDSZLG fix it?
  80.  
  81.                When a file is larger than 1000k (one megabyte) in size, DSZ
  82.                cannot correctly align the filename at the usual position on
  83.                the log  file.  In  this situation, Telegard cannot  pick up
  84.                the filename; that's why it thinks the file is unauthorized.
  85.                FixDSZLG fixes  this problem  by scanning the  log file  and
  86.                corrects  any filenames that are  not aligned at the correct
  87.                position.
  88.  
  89.  
  90.           Installation
  91.  
  92.                To allow FixDSZLG  to correct your DSZ log file, you need to
  93.                do two things:
  94.  
  95.                1.   Create a batch called DSZBATCH.BAT (you may use the one
  96.                     included in this  package).  Store this  batch file and
  97.                     FixDSZLG in  the  same  directory  as  your  protocols.
  98.                     DSZBATCH.BAT contains the following lines:
  99.  
  100.                          dsz %1 %2 %3 %4 %5 %6 %7 %8 %9
  101.                          fixdszlg c:\tg\dsztemp.log
  102.                          exit
  103.  
  104.                     The first  line runs  the protocol  with all the  usual
  105.                     parameters,  just like  it used  to.   The second  line
  106.                     tells FixDSZLG to scan and,  if necessary, fix the  log
  107.                     file that you tell it to look at.
  108.  
  109.                2.   Modify  your batch  protocol  command so  that Telegard
  110.                     runs a batch file instead of running DSZ.EXE or GSZ.EXE
  111.                     directly.    Simply  change  all  your  batch  DOWNLOAD
  112.                     protocol commands that use DSZ/GSZ (there is no need to
  113.                     change the upload command):
  114.  
  115.                          Original:      DSZ port %P sz @%L
  116.                          Changed to:    DSZBATCH port %P sz @%L
  117.  
  118.       ____________________________________________________________________
  119.  
  120.       Jack Lee is the PC SysOp of Arkon InfoSystem at (416)593-7460.
  121.       Please contact me if you have problems using this program.
  122.